home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [24].lua < prev    next >
Encoding:
Text File  |  2011-02-26  |  451 b   |  11 lines

  1. -- Script [24]
  2. Starting = 0;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("It takes a while to lure the monkey out. Once you do, it is so delighted with your gift that it gladly makes way for you to retrieve not only your missing cash, but some other Pieces it happened to have found. Nice work!");
  6.  
  7. PlayerCash = PlayerCash + 3000;
  8. RemoveInventory("{5}");
  9. AddCaptainsLog("Lured a thieving monkey, making myself some extra pieces as part of the bargain.");
  10.  
  11.